GrapeCity ActiveReports for .NET 16.0J
CanExecute メソッド (DelegateCommand<TParm>)

GrapeCity.Viewer.Common 名前空間 > DelegateCommand<TParm> クラス : CanExecute メソッド
コマンドにより使用されるデータです。 コマンドにデータを渡す必要がない場合は、このオブジェクトを null に設定できます。
現在の状態でコマンドが実行可能かどうかを決定するメソッドを定義します。
シンタックス
'宣言
 
Public Function CanExecute( _
   ByVal parameter As Object _
) As Boolean
public bool CanExecute( 
   object parameter
)

パラメータ

parameter
コマンドにより使用されるデータです。 コマンドにデータを渡す必要がない場合は、このオブジェクトを null に設定できます。

戻り値の型

このインスタンスが指定されたパラメータを実行できる場合はtrue。それ以外の場合は、falseです。
参照

DelegateCommand<TParm> クラス
DelegateCommand<TParm> メンバ